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 85 // DebugInfoFinder implementations.
88 void DebugInfoFinder::reset() {
99 void DebugInfoFinder::InitializeTypeMap(const Module &M) {
107 void DebugInfoFinder::processModule(const Module &M) {
140 void DebugInfoFinder::processLocation(const Module &M, const DILocation *Loc) {
148 void DebugInfoFinder::processType(DIType *DT) {
172 void DebugInfoFinder::processScope(DIScope *Scope) {
198 void DebugInfoFinder::processSubprogram(DISubprogram *SP) {
212 void DebugInfoFinder::processDeclare(const Module &M,
229 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI)
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 63 /// DebugInfoFinder tries to list all debug info MDNodes used in a module. To
64 /// list debug info MDNodes used by an instruction, DebugInfoFinder uses
69 class DebugInfoFinder {
71 DebugInfoFinder() : TypeMapInitialized(false) {}
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 29 DebugInfoFinder Finder;
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 283 Finder = new DebugInfoFinder();
291 DebugInfoFinder* Finder;
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 298 DebugInfoFinder F;
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 168 DebugInfoFinder &Finder) {
192 DebugInfoFinder Finder;
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 771 DebugInfoFinder DbgFinder;
    [all...]

Completed in 818 milliseconds