Home
last modified time | relevance | path

Searched defs:IsElf (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DObjectFileInterface.cpp292 bool IsElf = G.getTargetTriple().isOSBinFormatELF(); in hasInitializerSection() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
Dtarget.go63 func (t *Target) IsElf() bool { func
/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dlocal_symbolizer.cc198 bool IsElf(const char* mem, size_t size) { in IsElf() function