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

  /external/elfutils/tests/
run-get-pubnames.sh 25 [ 0] "main", die: 104, cu: 11
26 CU name: "m.c"
28 [ 1] "a", die: 174, cu: 11
29 CU name: "m.c"
31 [ 2] "bar", die: 295, cu: 202
32 CU name: "b.c"
34 [ 3] "foo", die: 5721, cu: 5628
35 CU name: "f.c"
37 [ 0] "bar", die: 72, cu: 11
38 CU name: "b.c
    [all...]
run-show-die-info.sh 26 New CU: off = 0, hsize = 11, ab = 0, as = 4, os = 4
30 CU offset : 11
40 CU offset : 104
47 CU offset : 127
50 New CU: off = 135, hsize = 11, ab = 54, as = 4, os = 4
54 CU offset : 11
64 CU offset : 104
71 CU offset : 127
74 New CU: off = 270, hsize = 11, ab = 108, as = 4, os = 4
78 CU offset : 1
    [all...]
run-get-aranges.sh 26 CU name: "m.c"
27 CU name: "m.c"
28 CU name: "m.c"
31 CU name: "b.c"
32 CU name: "b.c"
33 CU name: "b.c"
36 CU name: "f.c"
37 CU name: "f.c"
38 CU name: "f.c"
40 [ 0] start: 0x804842c, length: 46, cu: 1
    [all...]
  /external/clang/include/clang/AST/
CharUnits.h 179 const clang::CharUnits &CU) {
180 return CU * Scale;
200 static unsigned getHashValue(const clang::CharUnits &CU) {
201 clang::CharUnits::QuantityType Quantity = CU.getQuantity();
  /external/llvm/lib/Analysis/
DebugInfo.cpp 930 if (NamedMDNode *CU_Nodes = M.getNamedMetadata("llvm.dbg.cu")) {
932 DICompileUnit CU(CU_Nodes->getOperand(i));
933 addCompileUnit(CU);
934 if (CU.getVersion() > LLVMDebugVersion10) {
935 DIArray GVs = CU.getGlobalVariables();
941 DIArray SPs = CU.getSubprograms();
944 DIArray EnumTypes = CU.getEnumTypes();
947 DIArray RetainedTypes = CU.getRetainedTypes();
1091 bool DebugInfoFinder::addCompileUnit(DICompileUnit CU) {
1092 if (!CU.Verify()
    [all...]
ConstantFolding.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 92 std::string mangleName(DICompileUnit CU, std::string NewStem);
322 std::string GCOVProfiler::mangleName(DICompileUnit CU, std::string NewStem) {
330 if (CompileUnit == CU) {
338 SmallString<128> Filename = CU.getFilename();
354 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu");
361 DICompileUnit CU(CU_Nodes->getOperand(i));
362 raw_fd_ostream *&out = GcnoFiles[CU];
364 out = new raw_fd_ostream(mangleName(CU, "gcno").c_str(), ErrorInfo,
371 DIArray SPs = CU.getSubprograms();
375 raw_fd_ostream *&os = GcnoFiles[CU];
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 540 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))
541 constructSubprogramDIE(CU, N);
547 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
548 CU->createGlobalVariableDIE(N);
554 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
555 CU->getOrCreateTypeDIE(Ty);
561 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
562 CU->getOrCreateTypeDIE(Ty);
593 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
594 CU->createGlobalVariableDIE(N)
    [all...]
  /external/llvm/lib/VMCore/
Type.cpp 597 if (const ConstantInt *CU = dyn_cast<ConstantInt>(V))
598 return CU->getZExtValue() < STy->getNumElements();
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 814 bool addCompileUnit(DICompileUnit CU);
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 163 if (const Constant *CU = dyn_cast<Constant>(*UI)) {
164 if (!SafeToDestroyConstant(CU)) return false;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 333 milliseconds