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

  /external/llvm/lib/IR/
DebugInfo.cpp 100 // DebugInfoFinder implementations.
103 void DebugInfoFinder::reset() {
114 void DebugInfoFinder::InitializeTypeMap(const Module &M) {
122 void DebugInfoFinder::processModule(const Module &M) {
153 void DebugInfoFinder::processLocation(const Module &M, DILocation Loc) {
161 void DebugInfoFinder::processType(DIType DT) {
183 void DebugInfoFinder::processScope(DIScope Scope) {
207 void DebugInfoFinder::processSubprogram(DISubprogram SP) {
221 void DebugInfoFinder::processDeclare(const Module &M,
238 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI)
    [all...]
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 29 DebugInfoFinder Finder;
  /external/llvm/include/llvm/IR/
DebugInfo.h 448 /// DebugInfoFinder tries to list all debug info MDNodes used in a module. To
449 /// list debug info MDNodes used by an instruction, DebugInfoFinder uses
454 class DebugInfoFinder {
456 DebugInfoFinder() : TypeMapInitialized(false) {}
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 281 Finder = new DebugInfoFinder();
289 DebugInfoFinder* Finder;
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 298 DebugInfoFinder F;
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 158 static MDNode* FindSubprogram(const Function *F, DebugInfoFinder &Finder) {
181 DebugInfoFinder Finder;
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 772 DebugInfoFinder DbgFinder;
    [all...]

Completed in 331 milliseconds