/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | array-value-initialize.cpp | 32 struct Unit struct 34 Unit() {} in Unit() argument 35 Unit(const Unit& v) {} in Unit() function
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | LiveRegMatrix.cpp | 80 unsigned Unit = (*Units).first; in foreachUnit() local 123 foreachUnit(TRI, VirtReg, PhysReg, [&](unsigned Unit, in unassign() 124 const LiveRange &Range) { in unassign() 159 const LiveRange &Range) { in checkRegUnitInterference()
|
H A D | LiveIntervalAnalysis.cpp | 244 void LiveIntervals::computeRegUnitRange(LiveRange &LR, unsigned Unit) { in computeRegUnitRange() 300 unsigned Unit = *Units; in computeLiveInRegUnits() local 317 unsigned Unit = NewRanges[i]; in computeLiveInRegUnits() local 905 LiveRange *getRegUnitLI(unsigned Unit) { in getRegUnitLI()
|
H A D | LiveDebugVariables.cpp | 679 unsigned Unit = *MCRegUnitIterator(Loc.getReg(), &TRI); in computeIntervals() local
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/all_backends/ |
H A D | all_backends_ocaml.c | 25 CAMLprim value llvm_initialize_all(value Unit) { in llvm_initialize_all()
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 533 llvm::DIType CGDebugInfo::CreateQualifiedType(QualType Ty, llvm::DIFile Unit) { in CreateQualifiedType() 569 llvm::DIFile Unit) { in CreateType() 582 llvm::DIType CGDebugInfo::CreateType(const PointerType *Ty, llvm::DIFile Unit) { in CreateType() 645 llvm::DIFile Unit) { in CreatePointerLikeType() 673 llvm::DIFile Unit) { in CreateType() 735 llvm::DIFile Unit) { in CreateType() 761 llvm::DIType CGDebugInfo::CreateType(const TypedefType *Ty, llvm::DIFile Unit) { in CreateType() 780 llvm::DIFile Unit) { in CreateType() 999 llvm::DIFile Unit) { in getOrCreateMethodType() 1008 QualType ThisPtr, const FunctionProtoType *Func, llvm::DIFile Unit) { in getOrCreateInstanceMethodType() [all …]
|
H A D | CGDebugInfo.h | 73 llvm::DIFile Unit; member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervalAnalysis.h | 382 LiveRange &getRegUnit(unsigned Unit) { in getRegUnit() 394 LiveRange *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit() 398 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit()
|
H A D | DIE.h | 447 const DwarfTypeUnit &Unit; variable 450 explicit DIETypeSignature(const DwarfTypeUnit &Unit) in DIETypeSignature()
|
/minix3/external/bsd/llvm/dist/clang/tools/libclang/ |
H A D | CIndexHigh.cpp | 248 ASTUnit &Unit; member 316 ASTUnit *Unit = cxtu::getASTUnit(TU); in findMacroRefsInFile() local 342 ASTUnit &Unit; member 388 ASTUnit *Unit = cxtu::getASTUnit(TU); in findIncludesInFile() local
|
H A D | CIndexDiagnostic.cpp | 212 unsigned clang_getNumDiagnostics(CXTranslationUnit Unit) { in clang_getNumDiagnostics() 222 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) { in clang_getDiagnostic() 239 CXDiagnosticSet clang_getDiagnosticSetFromTU(CXTranslationUnit Unit) { in clang_getDiagnosticSetFromTU()
|
H A D | Indexing.cpp | 593 ASTUnit *Unit = ASTUnit::create(CInvok.get(), Diags, in clang_indexSourceFile_Impl() local 693 static void indexPreprocessingRecord(ASTUnit &Unit, IndexingContext &IdxCtx) { in indexPreprocessingRecord() 729 static void indexTranslationUnit(ASTUnit &Unit, IndexingContext &IdxCtx) { in indexTranslationUnit() 788 ASTUnit *Unit = cxtu::getASTUnit(TU); in clang_indexTranslationUnit_Impl() local
|
H A D | CIndex.cpp | 253 ASTUnit *Unit = cxtu::getASTUnit(TU); in visitFileRegion() local 302 ASTUnit *Unit = cxtu::getASTUnit(TU); in visitDeclsFromFileRegion() local 2961 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCommandLine( in clang_parseTranslationUnit_Impl() local 3141 ASTUnit *Unit = cxtu::getASTUnit(CTUnit); in clang_disposeTranslationUnit() local 6656 ASTUnit &Unit = *cxtu::getASTUnit(TU); in clang_getModuleForFile() local 7052 void cxindex::printDiagsToStderr(ASTUnit *Unit) { in printDiagsToStderr() 7081 ASTUnit *Unit = cxtu::getASTUnit(TU); in getMacroInfo() local 7118 ASTUnit *Unit = cxtu::getASTUnit(TU); in checkForMacroInMacroDefinition() local 7155 ASTUnit *Unit = cxtu::getASTUnit(TU); in checkForMacroInMacroDefinition() local 7177 if (ASTUnit *Unit = cxtu::getASTUnit(TU)) { in operator <<() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | ASTMerge.cpp | 48 std::unique_ptr<ASTUnit> Unit = ASTUnit::LoadFromASTFile( in ExecuteAction() local
|
H A D | ASTUnit.cpp | 827 ASTUnit &Unit; member in __anonf211e7840311::TopLevelDeclTrackerConsumer 886 ASTUnit &Unit; member in __anonf211e7840311::TopLevelDeclTrackerAction 907 ASTUnit &Unit; member in __anonf211e7840311::PrecompilePreambleAction 911 explicit PrecompilePreambleAction(ASTUnit &Unit) in PrecompilePreambleAction() 926 ASTUnit &Unit; member in __anonf211e7840311::PrecompilePreambleConsumer 932 PrecompilePreambleConsumer(ASTUnit &Unit, PrecompilePreambleAction *Action, in PrecompilePreambleConsumer() 1724 ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, in LoadFromCompilerInvocationAction()
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/transforms/passmgr_builder/ |
H A D | passmgr_builder_ocaml.c | 47 CAMLprim value llvm_pmbuilder_create(value Unit) { in llvm_pmbuilder_create()
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/executionengine/ |
H A D | executionengine_ocaml.c | 31 CAMLprim value llvm_ee_initialize(value Unit) { in llvm_ee_initialize()
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 164 CAMLprim value llvm_target_default_triple(value Unit) { in llvm_target_default_triple() 173 CAMLprim value llvm_target_first(value Unit) { in llvm_target_first()
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 266 std::unique_ptr<ASTUnit> Unit( in checkForManualIssues() local 539 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction( in applyTransform() local
|
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 838 static DICompositeType CreateFunctionType(unsigned NumArgs, DIFile Unit) { in CreateFunctionType() 1226 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(), in Codegen() local 1250 DIFile Unit = DBuilder->createFile(KSDbgInfo.TheCU.getFilename(), in CreateArgumentAllocas() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/ |
H A D | DWARFDebugInfoEntry.cpp | 30 const DWARFUnit *Unit, in findUnitAndExtractFast()
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/ |
H A D | llvm_ocaml.c | 54 CAMLprim value llvm_reset_fatal_error_handler(value Unit) { in llvm_reset_fatal_error_handler() 60 CAMLprim value llvm_enable_pretty_stacktrace(value Unit) { in llvm_enable_pretty_stacktrace() 121 CAMLprim LLVMContextRef llvm_create_context(value Unit) { in llvm_create_context() 132 CAMLprim LLVMContextRef llvm_global_context(value Unit) { in llvm_global_context() 2288 CAMLprim LLVMMemoryBufferRef llvm_memorybuffer_of_stdin(value Unit) { in llvm_memorybuffer_of_stdin() 2332 CAMLprim LLVMPassManagerRef llvm_passmanager_create(value Unit) { in llvm_passmanager_create()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
H A D | TargetRegisterInfo.h | 961 unsigned Unit; variable
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp | 206 static bool hasRegUnit(CodeGenRegister::RegUnitList &RegUnits, unsigned Unit) { in hasRegUnit() 391 unsigned Unit = RegBank.newRegUnit(this, AR); in computeSubRegs() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 505 DwarfCompileUnit *Unit = lookupUnit(VariableDie->getUnit()); in finishVariableDefinitions() local
|