Home
last modified time | relevance | path

Searched defs:Resolved (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCAsmBackend.cpp114 const MCFixup &Fixup, bool Resolved, uint64_t Value, in fixupNeedsRelaxationAdvanced()
H A DMCAssembler.cpp961 bool Resolved = evaluateFixup(Layout, Fixup, DF, Target, Value, WasForced); in fixupNeedsRelaxation() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
H A DMSP430AsmBackend.cpp56 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentLexer.cpp42 char *Resolved = Allocator.Allocate<char>(UNI_MAX_UTF8_BYTES_PER_CODE_POINT); in convertCodePointToUTF8() local
615 StringRef Resolved; in lexHTMLCharacterReference() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.cpp190 std::map<StringRef, JITEvaluatedSymbol> Resolved, in onObjLoad()
H A DCore.cpp899 const SymbolMap &Resolved) { in resolve()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp118 bool Resolved, in fixupNeedsRelaxationAdvanced()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp571 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DHeaderSearch.h75 unsigned Resolved : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFixSGPRCopies.cpp733 bool Resolved = false; in runOnMachineFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp310 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() local
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacobject.h445 UINT8 Resolved; /* Reference has been resolved to a value */ member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h790 Resolved, /// Assigned address, still materializing. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp280 SmallString<128> Resolved; member
321 SmallString<128> Absolute, Resolved, Storage; in setCurrentWorkingDirectory() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp1217 StringMap<JITEvaluatedSymbol> Resolved; in finalizeAsync() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1544 if (DIType *Resolved = DT->getBaseType()) in constructMemberDIE() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTGParser.cpp1305 RecTy *Resolved = resolveTypes(ArgType, ListType); in ParseOperation() local
H A DRecord.cpp643 SmallVector<Init*, 8> Resolved; in resolveReferences() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DASTUnit.cpp1422 std::vector<Decl *> Resolved; in RealizeTopLevelDeclsFromPreamble() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h2031 bool Resolved; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp1850 std::string Resolved = std::string(Key.Filename); in EqualKey() local
2337 std::string Resolved = resolveFileRelativeToOriginalDir( in getInputFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp8458 static void resolveFwdRef(ValueInfo *Fwd, ValueInfo &Resolved) { in resolveFwdRef()