reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/profile/GCDAProfiling.c
  340 COMPILER_RT_VISIBILITY
  408 COMPILER_RT_VISIBILITY
  431 COMPILER_RT_VISIBILITY
  458 COMPILER_RT_VISIBILITY
  510 COMPILER_RT_VISIBILITY
  569 COMPILER_RT_VISIBILITY
  595 COMPILER_RT_VISIBILITY
  600 COMPILER_RT_VISIBILITY
  612 COMPILER_RT_VISIBILITY
  617 COMPILER_RT_VISIBILITY
  631 COMPILER_RT_VISIBILITY
  636 COMPILER_RT_VISIBILITY
projects/compiler-rt/lib/profile/InstrProfiling.c
   23 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_magic(void) {
   30 COMPILER_RT_VISIBILITY unsigned lprofProfileDumped() {
   34 COMPILER_RT_VISIBILITY void lprofSetProfileDumped() {
   38 COMPILER_RT_VISIBILITY void __llvm_profile_set_dumped() {
   45 COMPILER_RT_VISIBILITY uint8_t
   50 COMPILER_RT_VISIBILITY uint64_t __llvm_profile_get_version(void) {
   54 COMPILER_RT_VISIBILITY void __llvm_profile_reset_counters(void) {
projects/compiler-rt/lib/profile/InstrProfiling.h
  243 COMPILER_RT_VISIBILITY extern int INSTR_PROF_PROFILE_RUNTIME_VAR;
projects/compiler-rt/lib/profile/InstrProfilingBuffer.c
   12 COMPILER_RT_VISIBILITY
   25 COMPILER_RT_VISIBILITY
   33 COMPILER_RT_VISIBILITY
   47 COMPILER_RT_VISIBILITY
   53 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer(char *Buffer) {
   59 COMPILER_RT_VISIBILITY int __llvm_profile_write_buffer_internal(
projects/compiler-rt/lib/profile/InstrProfilingFile.c
  101 COMPILER_RT_VISIBILITY void __llvm_profile_set_file_object(FILE *File,
  145 COMPILER_RT_VISIBILITY ProfBufferIO *
  565 COMPILER_RT_VISIBILITY
  596 COMPILER_RT_VISIBILITY
  619 COMPILER_RT_VISIBILITY
  647 COMPILER_RT_VISIBILITY
  656 COMPILER_RT_VISIBILITY
  702 COMPILER_RT_VISIBILITY
  717 COMPILER_RT_VISIBILITY
  764 COMPILER_RT_VISIBILITY
  772 COMPILER_RT_VISIBILITY
projects/compiler-rt/lib/profile/InstrProfilingInternal.h
  180 COMPILER_RT_VISIBILITY extern void (*FreeHook)(void *);
  181 COMPILER_RT_VISIBILITY extern uint8_t *DynamicBufferIOBuffer;
  182 COMPILER_RT_VISIBILITY extern uint32_t VPBufferSize;
  183 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite;
  185 COMPILER_RT_VISIBILITY extern ValueProfNode *CurrentVNode;
  186 COMPILER_RT_VISIBILITY extern ValueProfNode *EndVNode;
projects/compiler-rt/lib/profile/InstrProfilingMerge.c
   19 COMPILER_RT_VISIBILITY
   22 COMPILER_RT_VISIBILITY
   40 COMPILER_RT_VISIBILITY
   84 COMPILER_RT_VISIBILITY
projects/compiler-rt/lib/profile/InstrProfilingMergeFile.c
   23 COMPILER_RT_VISIBILITY
projects/compiler-rt/lib/profile/InstrProfilingPlatformLinux.c
   29 extern __llvm_profile_data PROF_DATA_START COMPILER_RT_VISIBILITY;
   30 extern __llvm_profile_data PROF_DATA_STOP COMPILER_RT_VISIBILITY;
   31 extern uint64_t PROF_CNTS_START COMPILER_RT_VISIBILITY;
   32 extern uint64_t PROF_CNTS_STOP COMPILER_RT_VISIBILITY;
   33 extern uint32_t PROF_ORDERFILE_START COMPILER_RT_VISIBILITY;
   34 extern char PROF_NAME_START COMPILER_RT_VISIBILITY;
   35 extern char PROF_NAME_STOP COMPILER_RT_VISIBILITY;
   36 extern ValueProfNode PROF_VNODES_START COMPILER_RT_VISIBILITY;
   37 extern ValueProfNode PROF_VNODES_STOP COMPILER_RT_VISIBILITY;
   49 COMPILER_RT_VISIBILITY const __llvm_profile_data *
   53 COMPILER_RT_VISIBILITY const __llvm_profile_data *
   57 COMPILER_RT_VISIBILITY const char *__llvm_profile_begin_names(void) {
   60 COMPILER_RT_VISIBILITY const char *__llvm_profile_end_names(void) {
   63 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_begin_counters(void) {
   66 COMPILER_RT_VISIBILITY uint64_t *__llvm_profile_end_counters(void) {
   69 COMPILER_RT_VISIBILITY uint32_t *__llvm_profile_begin_orderfile(void) {
   73 COMPILER_RT_VISIBILITY ValueProfNode *
   77 COMPILER_RT_VISIBILITY ValueProfNode *__llvm_profile_end_vnodes(void) {
   80 COMPILER_RT_VISIBILITY ValueProfNode *CurrentVNode = &PROF_VNODES_START;
   81 COMPILER_RT_VISIBILITY ValueProfNode *EndVNode = &PROF_VNODES_STOP;
projects/compiler-rt/lib/profile/InstrProfilingRuntime.cpp
   14 COMPILER_RT_VISIBILITY int INSTR_PROF_PROFILE_RUNTIME_VAR;
projects/compiler-rt/lib/profile/InstrProfilingUtil.c
   40 COMPILER_RT_VISIBILITY
   76 COMPILER_RT_VISIBILITY
   79 COMPILER_RT_VISIBILITY
  114 COMPILER_RT_VISIBILITY int lprofGetHostName(char *Name, int Len) {
  125 COMPILER_RT_VISIBILITY int lprofLockFd(int fd) {
  150 COMPILER_RT_VISIBILITY int lprofUnlockFd(int fd) {
  175 COMPILER_RT_VISIBILITY int lprofLockFileHandle(FILE *F) {
  185 COMPILER_RT_VISIBILITY int lprofUnlockFileHandle(FILE *F) {
  195 COMPILER_RT_VISIBILITY FILE *lprofOpenFileEx(const char *ProfileName) {
  239 COMPILER_RT_VISIBILITY const char *lprofGetPathPrefix(int *PrefixStrip,
  263 COMPILER_RT_VISIBILITY void
  290 COMPILER_RT_VISIBILITY const char *
  301 COMPILER_RT_VISIBILITY const char *lprofFindLastDirSeparator(const char *Path) {
  311 COMPILER_RT_VISIBILITY int lprofSuspendSigKill() {
  323 COMPILER_RT_VISIBILITY void lprofRestoreSigKill() {
projects/compiler-rt/lib/profile/InstrProfilingValue.c
   32 COMPILER_RT_VISIBILITY ValueProfNode
   37 COMPILER_RT_VISIBILITY uint32_t VPMaxNumValsPerSite =
   40 COMPILER_RT_VISIBILITY void lprofSetupValueProfiler() {
   51 COMPILER_RT_VISIBILITY void lprofSetMaxValsPerSite(uint32_t MaxVals) {
   57 COMPILER_RT_VISIBILITY void
   64 COMPILER_RT_VISIBILITY const __llvm_profile_data *
   70 COMPILER_RT_VISIBILITY void *
  225 COMPILER_RT_VISIBILITY void
  230 COMPILER_RT_VISIBILITY void
  253 COMPILER_RT_VISIBILITY void __llvm_profile_instrument_range(
  369 COMPILER_RT_VISIBILITY VPDataReaderType *lprofGetVPDataReader() {
projects/compiler-rt/lib/profile/InstrProfilingWriter.c
   21 COMPILER_RT_VISIBILITY void (*FreeHook)(void *) = NULL;
   28 COMPILER_RT_VISIBILITY uint8_t *DynamicBufferIOBuffer = 0;
   29 COMPILER_RT_VISIBILITY uint32_t VPBufferSize = 0;
   34 COMPILER_RT_VISIBILITY uint32_t lprofBufferWriter(ProfDataWriter *This,
   57 COMPILER_RT_VISIBILITY ProfBufferIO *
   69 COMPILER_RT_VISIBILITY void lprofDeleteBufferIO(ProfBufferIO *BufferIO) {
   79 COMPILER_RT_VISIBILITY int
  103 COMPILER_RT_VISIBILITY int lprofBufferIOFlush(ProfBufferIO *BufferIO) {
  234 COMPILER_RT_VISIBILITY int lprofWriteData(ProfDataWriter *Writer,
  249 COMPILER_RT_VISIBILITY int