Home
last modified time | relevance | path

Searched defs:absolute (Results 1 – 9 of 9) sorted by relevance

/llvm-project/lld/test/ELF/
H A Driscv-undefined-weak.s16 .global absolute, relative, branch symbol
25 absolute: label
H A Dsymbol-ordering-file-warnings.s127 absolute = 0x1234 define
/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DPerfSupportPlugin.cpp33 createX64EHFrameHeader(Section & EHFrame,llvm::endianness endianness,bool absolute) createX64EHFrameHeader() argument
/llvm-project/libcxx/include/__filesystem/
H A Doperations.h70 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p) { return __absolute(__p); } in absolute() function
71 inline _LIBCPP_HIDE_FROM_ABI path absolute(const path& __p, error_code& __ec) { return __absolute(__p, &__ec); } in absolute() function
/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp235 SmallString<128> absolute(resolved.begin(), resolved.end()); in Resolve() local
/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1087 bool absolute; global() variable
[all...]
H A Dkmp_settings.cpp5152 bool absolute = false; in __kmp_stg_parse_hw_subset() local
/llvm-project/llvm/lib/Support/
H A DPath.cpp725 if (absolute) in remove_dots() local
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp201 auto absolute = llvm::DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath; in GetFileByIndex() local