search for: enabletiming

Displaying 3 results from an estimated 3 matches for "enabletiming".

2004 Aug 24
2
[LLVMdev] Support/CommandLine.h exposed through Pass.h?
Hi, In writing llvmc, I need to link in the Bytecode reader in order to extract the "dependent libraries" from the bytecode files. And, bytecode reader needs vmcore. And, vmcore has a static cl::opt<bool> named "EnableTiming" for the -time-passes option. This conflicts at runtime with llvmc's -time-passes option (which it passes through to sub-tools). So, my solution is to declare the EnableTiming global var in Pass.h, remove its "static" keyword in Pass.cpp and expose "Support/CommandLine.h&...
2004 Aug 24
0
[LLVMdev] Support/CommandLine.h exposed through Pass.h?
On Tue, 24 Aug 2004, Reid Spencer wrote: > In writing llvmc, I need to link in the Bytecode reader in order to > extract the "dependent libraries" from the bytecode files. And, bytecode > reader needs vmcore. And, vmcore has a static cl::opt<bool> named > "EnableTiming" for the -time-passes option. This conflicts at runtime > with llvmc's -time-passes option (which it passes through to > sub-tools). Ok. > So, my solution is to declare the EnableTiming global var in Pass.h, > remove its "static" keyword in Pass.cpp and expose >...
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...After"}, {"_ZN4llvmL14PrintBeforeAllE", "llvm::PrintBeforeAll"}, {"_ZN4llvmL13PrintAfterAllE", "llvm::PrintAfterAll"}, {"_ZN12_GLOBAL__N_1L15TimingInfoMutexE", "(anonymous namespace)::TimingInfoMutex"}, {"_ZL12EnableTiming", "EnableTiming"}, {"_ZL11TheTimeInfo", "TheTimeInfo"}, {"_ZL15PassRegistryObj", "PassRegistryObj"}, {"_ZL4Lock", "Lock"}, {"_ZL8MoreHelp", "MoreHelp"}, {"_ZL20RegisteredOpti...