Home
last modified time | relevance | path

Searched defs:BAT (Results 1 – 6 of 6) sorted by relevance

/llvm-project/bolt/include/bolt/Profile/
H A DProfileReaderBase.h47 virtual void setBAT(BoltAddressTranslation *BAT) {} in setBAT()
/llvm-project/bolt/lib/Profile/
H A DYAMLProfileWriter.cpp32 setCSIDestination(const BinaryContext & BC,yaml::bolt::CallSiteInfo & CSI,const MCSymbol * Symbol,const BoltAddressTranslation * BAT,uint32_t Offset) setCSIDestination() argument
57 convert(const BinaryFunction & BF,bool UseDFS,const BoltAddressTranslation * BAT) convert() argument
H A DDataAggregator.cpp676 getLocationName(const BinaryFunction & Func,bool BAT) getLocationName() argument
[all...]
/llvm-project/bolt/tools/bat-dump/
H A Dbat-dump.cpp87 BoltAddressTranslation BAT; in dumpBATFor() local
/llvm-project/bolt/include/bolt/Rewrite/
H A DRewriteInstance.h500 std::unique_ptr<BoltAddressTranslation> BAT; global() variable
/llvm-project/bolt/include/bolt/Passes/
H A DBinaryPasses.h420 BoltAddressTranslation *BAT = nullptr; variable