Searched defs:CU (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/DebugInfo/
H A DDWARFCompileUnit.cpp25 const DWARFDebugInfoEntryMinimal *CU = getCompileUnitDIE(false); local
H A DDWARFTypeUnit.cpp36 const DWARFDebugInfoEntryMinimal *CU = getCompileUnitDIE(false); local
H A DDWARFContext.cpp356 DWARFCompileUnit **CU = local
371 static bool getFileNameForCompileUnit(DWARFCompileUnit *CU, argument
393 static bool getFileLineInfoForCompileUnit(DWARFCompileUnit *CU, argument
417 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); local
452 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); local
504 DWARFCompileUnit *CU = getCompileUnitForAddress(Address); local
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCharUnits.h210 static unsigned getHashValue(const clang::CharUnits &CU) { argument
188 operator *(clang::CharUnits::QuantityType Scale, const clang::CharUnits &CU) argument
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp394 namespace CU { namespace in namespace:__anon2662
[all...]
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DDebugInfo.cpp1143 addCompileUnit(DICompileUnit CU) argument
[all...]
H A DType.cpp654 const ConstantInt *CU = dyn_cast_or_null<ConstantInt>(C); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp383 std::string GCOVProfiler::mangleName(DICompileUnit CU, const char *NewStem) { argument
[all...]
/freebsd-10.2-release/usr.bin/tip/tip/
H A Dtip.h67 char *CU; /* call unit if making a phone call */ variable
/freebsd-10.2-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h268 void addUnit(CompileUnit *CU) { CUs.push_back(CU); } argument
307 SymbolCU(CompileUnit *CU, const MCSymbol *Sym) : Sym(Sym), CU(CU) {} argument
309 CompileUnit *CU; member in struct:llvm::SymbolCU
H A DDwarfDebug.cpp936 CompileUnit *CU = constructCompileUnit(CUNode); local
1056 shouldAddODRHash(CompileUnit *CU, DIE *Die) argument
2103 CompileUnit *CU = CUDieMap.lookup(Origin->getCompileUnit()); local
2411 computeIndexValue(CompileUnit *CU, DIE *Die) argument
2869 CompileUnit *CU = it->first; local
2878 CompileUnit *CU = CUs[CUIdx]; local
2969 constructSkeletonCU(const CompileUnit *CU) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp3168 llvm::MDNode *CU = CUNode->getOperand(i); local
/freebsd-10.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2218 ConstantInt *CU = cast<ConstantInt>(Addr->getOperand(OpNo)); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4731 std::string charUnitsToString(const CharUnits &CU) { argument

Completed in 139 milliseconds