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

  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 59 for (DICompileUnit CU : Finder.compile_units()) {
  /external/llvm/lib/IR/
DebugInfo.cpp 44 DICompileUnit(DbgNode).Verify() || DINameSpace(DbgNode).Verify() ||
382 bool DICompileUnit::Verify() const {
802 DIArray DICompileUnit::getEnumTypes() const {
809 DIArray DICompileUnit::getRetainedTypes() const {
816 DIArray DICompileUnit::getSubprograms() const {
823 DIArray DICompileUnit::getGlobalVariables() const {
830 DIArray DICompileUnit::getImportedEntities() const {
961 DICompileUnit CU(CU_Nodes->getOperand(CUi));
    [all...]
DIBuilder.cpp 100 DICompileUnit DIBuilder::createCompileUnit(unsigned Lang, StringRef Filename,
153 return DICompileUnit(CUNode);
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h 73 DICompileUnit CUNode;
144 DwarfUnit(unsigned UID, dwarf::Tag, DICompileUnit CU, AsmPrinter *A,
208 DICompileUnit getCUNode() const { return CUNode; }
533 DwarfCompileUnit(unsigned UID, DICompileUnit Node, AsmPrinter *A,
DwarfDebug.h 507 DwarfCompileUnit &constructDwarfCompileUnit(DICompileUnit DIUnit);
DwarfDebug.cpp 623 DwarfCompileUnit &DwarfDebug::constructDwarfCompileUnit(DICompileUnit DIUnit) {
748 DICompileUnit CUNode(N);
812 DICompileUnit TheCU(N);
847 DICompileUnit TheCU(N);
    [all...]
DwarfUnit.cpp 44 DwarfUnit::DwarfUnit(unsigned UID, dwarf::Tag UnitTag, DICompileUnit Node,
54 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, DICompileUnit Node,
    [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 206 /// (DICompileUnit, DISubprogram, etc.), but not for, e.g., a DIType.
422 /// DICompileUnit - A wrapper for a compile unit.
423 class DICompileUnit : public DIScope {
428 explicit DICompileUnit(const MDNode *N = nullptr) : DIScope(N) {}
880 bool addCompileUnit(DICompileUnit CU);
894 typedef SmallVectorImpl<DICompileUnit>::const_iterator compile_unit_iterator;
    [all...]
DIBuilder.h 34 class DICompileUnit;
121 DICompileUnit createCompileUnit(unsigned Lang, StringRef File,
    [all...]
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 237 DICompileUnit CU = DBuilder.createCompileUnit(dwarf::DW_LANG_C99,
319 DICompileUnit CU1(*Iter);
322 DICompileUnit CU2(*Iter);
  /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 131 std::string mangleName(DICompileUnit CU, const char *NewStem);
417 std::string GCOVProfiler::mangleName(DICompileUnit CU, const char *NewStem) {
482 DICompileUnit CU(CU_Nodes->getOperand(i));
569 DICompileUnit CU(CU_Nodes->getOperand(i));
850 DICompileUnit CU(CU_Nodes->getOperand(i));
    [all...]
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 282 DICompileUnit CU(*Finder.compile_units().begin());
  /external/llvm/lib/Transforms/IPO/
StripSymbols.cpp 309 for (DICompileUnit DIC : F.compile_units()) {
310 assert(DIC.Verify() && "DIC must verify as a DICompileUnit.");
  /external/clang/lib/CodeGen/
CGDebugInfo.h 55 llvm::DICompileUnit TheCU;
CGDebugInfo.cpp 585 llvm::DICompileUnit TheCU) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SampleProfile.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 192 for (DICompileUnit CU : Finder.compile_units()) {
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]

Completed in 418 milliseconds