/llvm-project/llvm/lib/MC/ |
H A D | MCAsmBackend.cpp | 121 fixupNeedsRelaxationAdvanced(const MCAssembler & Asm,const MCFixup & Fixup,bool Resolved,uint64_t Value,const MCRelaxableFragment * DF,const bool WasForced) const fixupNeedsRelaxationAdvanced() argument
|
H A D | MCAssembler.cpp | 1076 bool Resolved = evaluateFixup(Fixup, DF, Target, DF->getSubtargetInfo(), fixupNeedsRelaxation() local
|
/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430AsmBackend.cpp | 51 fixupNeedsRelaxationAdvanced(const MCAssembler & Asm,const MCFixup & Fixup,bool Resolved,uint64_t Value,const MCRelaxableFragment * DF,const bool WasForced) const fixupNeedsRelaxationAdvanced() argument
|
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYAsmBackend.cpp | 175 bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced() argument
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | Headers.h | 71 Path Resolved; // Resolved path of included file. Empty if not resolved. global() member
|
H A D | CompileCommands.cpp | 80 llvm::SmallString<128> Resolved; in resolve() local 180 llvm::SmallString<256> Resolved; in resolveDriver() local
|
H A D | Headers.cpp | 157 auto Resolved = URI::resolve(*U, HintPath); in toHeaderFile() local [all...] |
H A D | SemanticHighlighting.cpp | 324 enum HighlightPriority { Dependent = 0, Resolved = 1 }; in evaluateHighlightPriority() enumerator 507 if (auto Resolved = resolveConflict(Conflicting)) { in collect() local
|
H A D | Protocol.cpp | 49 auto Resolved = URI::resolvePath(AbsPath, TUPath); in canonicalize() local 61 auto Resolved = URI::resolve(U, HintPath); in fromURI() local
|
/llvm-project/clang/lib/AST/ |
H A D | CommentLexer.cpp | 42 char *Resolved = Allocator.Allocate<char>(UNI_MAX_UTF8_BYTES_PER_CODE_POINT); in convertCodePointToUTF8() local 611 StringRef Resolved; in lexHTMLCharacterReference() local [all...] |
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/ |
H A D | Types.h | 159 OptionalFileEntryRef Resolved; // e.g. /path/to/c++/v1/vector member
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ExecutionUtils.cpp | 524 auto Resolved = tryToGenerate() local 560 createStubsGraph(const SymbolMap & Resolved) createStubsGraph() argument
|
H A D | RTDyldObjectLinkingLayer.cpp | 226 onObjLoad(MaterializationResponsibility & R,const object::ObjectFile & Obj,RuntimeDyld::MemoryManager & MemMgr,RuntimeDyld::LoadedObjectInfo & LoadedObjInfo,std::map<StringRef,JITEvaluatedSymbol> Resolved,std::set<StringRef> & InternalSymbols) onObjLoad() argument [all...] |
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonAsmBackend.cpp | 571 const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() argument
|
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 142 fixupNeedsRelaxationAdvanced(const MCAssembler & Asm,const MCFixup & Fixup,bool Resolved,uint64_t Value,const MCRelaxableFragment * DF,const bool WasForced) const fixupNeedsRelaxationAdvanced() argument
|
/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | RenamerClangTidyCheck.cpp | 314 if (NameLookup Resolved = findDeclInBases( in VisitCXXDependentScopeMemberExpr() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfoImpl.cpp | 324 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFixSGPRCopies.cpp | 722 bool Resolved = false; runOnMachineFunction() local
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandCompletions.cpp | 363 llvm::SmallString<256> Resolved; in DiskFilesOrDirectories() local
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 863 Resolved, /// Assigned address, still materializing. global() enumerator
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyld.cpp | 1236 StringMap<JITEvaluatedSymbol> Resolved; finalizeAsync() local
|
H A D | RuntimeDyldELF.cpp | 1960 bool Resolved = false; processX86_64GOTTPOFFRelocation() local
|
/llvm-project/llvm/lib/Support/ |
H A D | VirtualFileSystem.cpp | 309 SmallString<128> Resolved; global() member 352 SmallString<128> Absolute, Resolved, Storage; setCurrentWorkingDirectory() local
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | CoreAPIsTest.cpp | 81 auto &Resolved = *Result; TEST_F() local [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1634 if (DIType *Resolved = DT->getBaseType()) constructMemberDIE() local
|