HomeSort by relevance Sort by last modified time
    Searched refs:DebugInfoFinder (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 29 DebugInfoFinder Finder;
  /external/llvm/lib/IR/
DebugInfo.cpp 983 // DebugInfoFinder implementations.
986 void DebugInfoFinder::reset() {
997 void DebugInfoFinder::InitializeTypeMap(const Module &M) {
1006 void DebugInfoFinder::processModule(const Module &M) {
    [all...]
Verifier.cpp 353 void processInstructions(DebugInfoFinder &Finder);
354 void processCallInst(DebugInfoFinder &Finder, const CallInst &CI);
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 280 Finder = new DebugInfoFinder();
288 DebugInfoFinder* Finder;
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 270 DebugInfoFinder Finder;
  /external/llvm/include/llvm/IR/
DebugInfo.h 843 /// DebugInfoFinder tries to list all debug info MDNodes used in a module. To
844 /// list debug info MDNodes used by an instruction, DebugInfoFinder uses
849 class DebugInfoFinder {
851 DebugInfoFinder() : TypeMapInitialized(false) {}
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 158 static MDNode* FindSubprogram(const Function *F, DebugInfoFinder &Finder) {
181 DebugInfoFinder Finder;
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 299 DebugInfoFinder F;
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 155 DebugInfoFinder Finder;
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]

Completed in 289 milliseconds