Home
last modified time | relevance | path

Searched defs:CGProfile (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h77 using CGProfile = Elf_CGProfile_Impl<ELFType<E, Is64>>; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAssembler.h427 std::vector<CGProfileEntry> CGProfile; variable
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp303 cl::opt<bool> CGProfile("elf-cg-profile", cl::desc("Display callgraph profile section")); variable
DELFDumper.cpp4357 auto CGProfile = in printCGProfile() local