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 32 [ 0] "main", die: 104, cu: 11
33 CU name: "m.c"
35 [ 1] "a", die: 174, cu: 11
36 CU name: "m.c"
38 [ 2] "bar", die: 295, cu: 202
39 CU name: "b.c"
41 [ 3] "foo", die: 5721, cu: 5628
42 CU name: "f.c"
44 [ 0] "bar", die: 72, cu: 11
45 CU name: "b.c
    [all...]
run-get-aranges.sh 33 CU name: "m.c"
34 CU name: "m.c"
35 CU name: "m.c"
38 CU name: "b.c"
39 CU name: "b.c"
40 CU name: "b.c"
43 CU name: "f.c"
44 CU name: "f.c"
45 CU name: "f.c"
47 [ 0] start: 0x804842c, length: 46, cu: 1
    [all...]
run-show-die-info.sh 33 New CU: off = 0, hsize = 11, ab = 0, as = 4, os = 4
37 CU offset : 11
47 CU offset : 104
54 CU offset : 127
57 New CU: off = 135, hsize = 11, ab = 54, as = 4, os = 4
61 CU offset : 11
71 CU offset : 104
78 CU offset : 127
81 New CU: off = 270, hsize = 11, ab = 108, as = 4, os = 4
85 CU offset : 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 995 if (NamedMDNode *CU_Nodes = M.getNamedMetadata("llvm.dbg.cu")) {
997 DICompileUnit CU(CU_Nodes->getOperand(i));
998 addCompileUnit(CU);
999 if (CU.getVersion() > LLVMDebugVersion10) {
1000 DIArray GVs = CU.getGlobalVariables();
1006 DIArray SPs = CU.getSubprograms();
1009 DIArray EnumTypes = CU.getEnumTypes();
1012 DIArray RetainedTypes = CU.getRetainedTypes();
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 94 std::string mangleName(DICompileUnit CU, std::string NewStem);
331 std::string GCOVProfiler::mangleName(DICompileUnit CU, std::string NewStem) {
339 if (CompileUnit == CU) {
347 SmallString<128> Filename = CU.getFilename();
362 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu");
370 DICompileUnit CU(CU_Nodes->getOperand(i));
372 raw_fd_ostream out(mangleName(CU, "gcno").c_str(), ErrorInfo,
379 DIArray SPs = CU.getSubprograms();
420 NamedMDNode *CU_Nodes = M->getNamedMetadata("llvm.dbg.cu");
425 DICompileUnit CU(CU_Nodes->getOperand(i))
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 625 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit()))
626 constructSubprogramDIE(CU, N);
632 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
633 CU->createGlobalVariableDIE(N);
639 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
640 CU->getOrCreateTypeDIE(Ty);
646 if (CompileUnit *CU = CUMap.lookup(Ty.getCompileUnit()))
647 CU->getOrCreateTypeDIE(Ty);
678 if (CompileUnit *CU = CUMap.lookup(DIGlobalVariable(N).getCompileUnit()))
679 CU->createGlobalVariableDIE(N)
    [all...]
  /external/llvm/lib/VMCore/
Type.cpp 667 if (const ConstantInt *CU = dyn_cast<ConstantInt>(V))
668 return CU->getZExtValue() < STy->getNumElements();
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 892 bool addCompileUnit(DICompileUnit CU);
    [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 184 if (const Constant *CU = dyn_cast<Constant>(*UI)) {
185 if (!SafeToDestroyConstant(CU)) return false;
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 7131 milliseconds