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

  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 63 DICompileUnit(*I).print(O);
  /external/llvm/lib/IR/
DebugInfo.cpp 43 DICompileUnit(DbgNode).Verify() || DINameSpace(DbgNode).Verify() ||
388 bool DICompileUnit::Verify() const {
730 DIArray DICompileUnit::getEnumTypes() const {
737 DIArray DICompileUnit::getRetainedTypes() const {
744 DIArray DICompileUnit::getSubprograms() const {
752 DIArray DICompileUnit::getGlobalVariables() const {
759 DIArray DICompileUnit::getImportedEntities() const {
888 DICompileUnit CU(CU_Nodes->getOperand(i));
949 addCompileUnit(DICompileUnit(Scope));
1033 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU)
    [all...]
DIBuilder.cpp 89 DICompileUnit DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
132 return DICompileUnit(CUNode);
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 220 DICompileUnit(CUNode), F.getName(), MangledName, DIFile(FileNode), Line,
281 DICompileUnit ExistingCU(CUToReplace);
299 DICompileUnit CU(CUNode);
477 DICompileUnit CU(CUNode->getOperand(0));
575 "DICompileUnit, or construct DebugIR with "
585 // file name from the DICompileUnit descriptor.
GCOVProfiling.cpp 128 std::string mangleName(DICompileUnit CU, const char *NewStem);
383 std::string GCOVProfiler::mangleName(DICompileUnit CU, const char *NewStem) {
426 DICompileUnit CU(CU_Nodes->getOperand(i));
484 DICompileUnit CU(CU_Nodes->getOperand(i));
755 DICompileUnit CU(CU_Nodes->getOperand(i));
  /external/llvm/include/llvm/
DebugInfo.h 346 /// DICompileUnit - A wrapper for a compile unit.
347 class DICompileUnit : public DIScope {
351 explicit DICompileUnit(const MDNode *N = 0) : DIScope(N) {}
754 bool addCompileUnit(DICompileUnit CU);
DIBuilder.h 32 class DICompileUnit;
105 DICompileUnit createCompileUnit(unsigned Lang, StringRef File,
    [all...]
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 281 DICompileUnit CU(*Finder.compile_unit_begin());
  /external/clang/lib/CodeGen/
CGDebugInfo.h 55 llvm::DICompileUnit TheCU;
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 693 DICompileUnit DIUnit(N);
865 DICompileUnit CUNode(CU_Nodes->getOperand(i));
    [all...]
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 209 DICompileUnit CU(Node);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 825 DICompileUnit DIUnit(*I);
    [all...]

Completed in 131 milliseconds