Searched defs:ValueOrErr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 121 Expected<uint64_t> ValueOrErr = Reloc.getSymbol()->getValue(); in loadObj() local 131 Expected<uint64_t> ValueOrErr = Reloc.getSymbol()->getValue(); in loadObj() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | SymbolSize.cpp | 64 Expected<uint64_t> ValueOrErr = Sym.getValue(); in computeSymbolSizes() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOX86_64.h | 53 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
|
H A D | RuntimeDyldMachOI386.h | 70 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
|
H A D | RuntimeDyldMachOAArch64.h | 327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
|
H A D | RuntimeDyldMachOARM.h | 168 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef() local
|